projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f5c613
)
Revert "credit: change default timeslice to 5ms"
author
Jan Beulich
<jbeulich@suse.com>
Thu, 6 Mar 2014 12:44:42 +0000
(13:44 +0100)
committer
Jan Beulich
<jbeulich@suse.com>
Thu, 6 Mar 2014 12:44:42 +0000
(13:44 +0100)
This reverts commit
348dee3b8afb72cb4713d2e6600b4e86e0cc1723
(retracted by author/maintainer).
xen/common/sched_credit.c
patch
|
blob
|
history
diff --git
a/xen/common/sched_credit.c
b/xen/common/sched_credit.c
index 61553d977e2b8fd5f72772934317cf11e270c7a4..db5512e3ed0d14d22bb080fb7e969dacd74554f0 100644
(file)
--- a/
xen/common/sched_credit.c
+++ b/
xen/common/sched_credit.c
@@
-29,9
+29,9
@@
* Basic constants
*/
#define CSCHED_DEFAULT_WEIGHT 256
-#define CSCHED_TICKS_PER_TSLICE
1
-/* Default timeslice:
5
ms */
-#define CSCHED_DEFAULT_TSLICE_MS
5
+#define CSCHED_TICKS_PER_TSLICE
3
+/* Default timeslice:
30
ms */
+#define CSCHED_DEFAULT_TSLICE_MS
30
#define CSCHED_CREDITS_PER_MSEC 10